home *** CD-ROM | disk | FTP | other *** search
/ Macwelt 1 / Macwelt DVD 1.toast / Web-Publishing / HTML-Editoren / CreaText 1.4.4 ƒ / CreaText Help / docs / closeframe < prev    next >
Encoding:
Text File  |  2001-10-04  |  1.4 KB  |  28 lines

  1. <HTML>
  2. <HEAD>
  3. <TITLE>Closing a frameset</TITLE>
  4. <META name="Description" content="This page describes some techniques for using CreaText">
  5. <META name="Keywords" content="Main window, buttons, drag & drop, drag and drop, insert, open with, view with">
  6. </HEAD>
  7. <BODY bgcolor="white">
  8.  
  9. <FONT face="Charcoal" size="6">
  10. Closing a frameset
  11. </FONT>
  12. <P></P> <BR>
  13.  
  14.  
  15. The 'Insert link' dialog offers for the field where you enter a target for the link a popupmenu which lists the choices '_blank', '_top' and '_parent'. You may know that if you want to change the content of a frame you have to include the frame's name in the target attribute of a link. What you maybe don't know is that there are these reserved words (means you cannot use them to name a frame) which have some nice effect.<BR>
  16. <B>_blank</B> means that this link will be shown in a new browser window. The window with your frameset is then in background.<BR>
  17. <B>_top</B> means that the frameset is closed and the link will be shown in the whole browser window.<BR>
  18. <B>_parent</B> returns to the state that was actual before your frameset.<BR>
  19. <B>_self</B> means that everything remains as it is and the link will be shown in the frame it is within. This is useful when you intend to make HTML pages for use with the HelpViewer which closes frames automatically when you define no target.
  20.  
  21.  
  22.  
  23.  
  24.  
  25. <!-- Smash it up yeah, for all the workers -->
  26.  
  27. </BODY>
  28. </HTML>